home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 5
/
CU Amiga Magazine's Super CD-ROM 05 (1996)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1996-12].iso
/
index
< prev
next >
Wrap
Text File
|
1996-10-21
|
473b
|
21 lines
; Searches the CD.index file for a specified string
Version >NIL: version 37
if WARN
echo ""
echo "You need at least version 2.04 of the operating system to run SearchIndex"
quit
endif
CUCD5:C/FlashFind CUCD5:CUCD.index `CUCD5:C/RequestString TITLE "Search CD Index" BODY "Please enter the string to search for"` >RAM:Found.tmp
Version >NIL: version 39
if WARN
AmigaGuide RAM:Found.tmp
else
MultiView RAM:Found.tmp
endif
delete >NIL: RAM:found.tmp